ispell.el (ispell-get-word): Initialize spellchecker params.
authorAgustin Martin <agustin.martin@hispalinux.es>
Fri, 13 Mar 2009 16:19:00 +0000 (16:19 +0000)
committerAgustin Martin <agustin.martin@hispalinux.es>
Fri, 13 Mar 2009 16:19:00 +0000 (16:19 +0000)
lisp/ChangeLog
lisp/textmodes/ispell.el

index 60e8bdf8a1004ccf98ffd0992f8af59e206605d2..45cb51d7712765a24955e4916110e3fcee2a3bcf 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
+
+       * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
+       params.
+
 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * files.el (auto-mode-alist): Add rules for OpenOffice extension
index ab43f78192fbd7240c76b5e2d8dc1f81c3a72272..364e3c008df2059beb806290547f2f1782231cf0 100644 (file)
@@ -1752,6 +1752,7 @@ many times.
 
 Word syntax is controlled by the definition of the chosen dictionary,
 which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'."
+  (ispell-set-spellchecker-params)    ; Initialize variables and dicts alists
   (let* ((ispell-casechars (ispell-get-casechars))
         (ispell-not-casechars (ispell-get-not-casechars))
         (ispell-otherchars (ispell-get-otherchars))